Add a notify function to GdkContentProvider
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 17:24:01 +0000 (17:24 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Feb 2020 14:53:25 +0000 (14:53 +0000)
commitcdd7e4c5ec8f44d80c886a071984eaf85b5eed69
treed2dc510fd7d00f5c8a4a046d717316458c9c1064
parent47f2a6cafd1b2353a3414147ec083e84e9d95885
Add a notify function to GdkContentProvider

The callback-based content providers need a GDestroyNotify function to
free the data passed to them on construction, otherwise they are going
to leak.
demos/gtk-demo/clipboard.c
demos/icon-browser/iconbrowserwin.c
gdk/gdkcontentproviderimpl.c
gdk/gdkcontentproviderimpl.h
gtk/gtkcolorbutton.c
gtk/gtkcolorswatch.c
gtk/gtkiconview.c
gtk/gtknotebook.c
gtk/gtkplacessidebar.c
gtk/gtktreeview.c
tests/testdnd2.c